projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c30a5
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 May 1994 17:29:23 +0000
(17:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 May 1994 17:29:23 +0000
(17:29 +0000)
lwlib/xlwmenuP.h
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenuP.h
b/lwlib/xlwmenuP.h
index 2eca68ecda4ee3bd7d9940c1feac29a28605e378..79f454fefc4503214a3eb39ca609d89da980d957 100644
(file)
--- a/
lwlib/xlwmenuP.h
+++ b/
lwlib/xlwmenuP.h
@@
-21,7
+21,7
@@
typedef struct _XlwMenu_part
{
/* slots set by the resources */
XFontStruct* font;
-
int
foreground;
+
Pixel
foreground;
Pixel button_foreground;
Dimension margin;
Dimension horizontal_spacing;
@@
-32,7
+32,7
@@
typedef struct _XlwMenu_part
Pixel bottom_shadow_color;
Pixmap top_shadow_pixmap;
Pixmap bottom_shadow_pixmap;
-
int
cursor_shape;
+
Cursor
cursor_shape;
XtCallbackList open;
XtCallbackList select;
widget_value* contents;